| class FrameBasedDecoderConverts a frame-based bitstream to raw samples. Only a single function is required which processes a single frame, with access to the Decoder.reader.Visibility | Public | Modifiers | abstract | Extends | Decoder |
Public functionsPublic propertiesint LastFetchStart | The position of the first sample of the last exported block in the buffer. | long Position | Location in the stream in samples. Unsupported for this codec. |
Protected variablesfloat[] DecodeFrame() | Decode a new frame if the cached samples are already fetched. |
|